What is the output of the C Program?? 
#include <stdio.h>
int main() 
{
   printf("Hello, World!");
   return 0;
}

Posted on by